github.com/refraction-networking/utls.tlsExtensionJSONAccepter.extNameOnly (field)
8 uses
github.com/refraction-networking/utls (current package)
u_clienthello_json.go#L101: if accepter.extNameOnly.Name == "GREASE" {
u_clienthello_json.go#L106: if extID, ok := dicttls.DictExtTypeNameIndexed[accepter.extNameOnly.Name]; !ok {
u_clienthello_json.go#L107: return fmt.Errorf("%w: %s", ErrUnknownExtension, accepter.extNameOnly.Name)
u_clienthello_json.go#L114: ext = genericExtension(extID, accepter.extNameOnly.Name)
u_clienthello_json.go#L116: return fmt.Errorf("extension %s (%d) is not JSON compatible", accepter.extNameOnly.Name, extID)
u_clienthello_json.go#L133: return fmt.Errorf("extension %s (%d) is not JSON compatible", accepter.extNameOnly.Name, extID)
u_clienthello_json.go#L174: extNameOnly struct {
u_clienthello_json.go#L183: return json.Unmarshal(jsonStr, &t.extNameOnly)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |